PowerTools SPREAD for Windows Forms 8.0J
CreateComplexBorderSide(Color,Int32,DashStyle,Single[],Single[]) メソッド


辺の色
辺の幅
辺の破線スタイル
辺の破線パターン
辺の複合配列
色、幅、破線スタイル、破線パターン、複合配列を指定して複合境界線の1辺を作成します。
構文
'Declaration
 
Public Overloads Function CreateComplexBorderSide( _
   ByVal color As Color, _
   ByVal width As Integer, _
   ByVal dashStyle As DashStyle, _
   ByVal dashPattern() As Single, _
   ByVal compoundArray() As Single _
) As ComplexBorderSide
'使用法
 
Dim instance As ComplexBorderSideFactory
Dim color As Color
Dim width As Integer
Dim dashStyle As DashStyle
Dim dashPattern() As Single
Dim compoundArray() As Single
Dim value As ComplexBorderSide
 
value = instance.CreateComplexBorderSide(color, width, dashStyle, dashPattern, compoundArray)
public ComplexBorderSide CreateComplexBorderSide( 
   Color color,
   int width,
   DashStyle dashStyle,
   float[] dashPattern,
   float[] compoundArray
)

パラメータ

color
辺の色
width
辺の幅
dashStyle
辺の破線スタイル
dashPattern
辺の破線パターン
compoundArray
辺の複合配列

戻り値の型

指定されたパラメータを持つ複合境界線の1辺(ComplexBorderSideオブジェクト)
参照

ComplexBorderSideFactory クラス
ComplexBorderSideFactory メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.